From c0155ac7c11d350bfe424c7ce3b800d3bb227cbb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C3=ABl=20Cadilhac?= Date: Sun, 24 Dec 2006 17:27:20 +0000 Subject: [PATCH] (bs--up): Remove interactive spec. --- lisp/bs.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/bs.el b/lisp/bs.el index d0b929b2d85..a42b22e8436 100644 --- a/lisp/bs.el +++ b/lisp/bs.el @@ -999,7 +999,6 @@ Uses function `vc-toggle-read-only'." (defun bs--up () "Move cursor vertically up one line. If on top of buffer list go to last line." - (interactive "p") (if (> (count-lines 1 (point)) bs-header-lines-length) (forward-line -1) (goto-char (point-max)) -- 2.30.2